DomainObjects Class Library

TableExpressionQuery<ClassToFind>.AddUnionAll Method 

Unions the given query with this query using the 'UNION ALL' SQL clause.

public void AddUnionAll(
   IQuery<ClassToFind> query
);

Parameters

query
The query to union with this query.

Implements

IQuery<ClassToFind>.

See Also

TableExpressionQuery<ClassToFind> Class | DomainObjects.Facade.Command Namespace